/* STRUCTURE*/

.screenWide{width: 100%; clear: both;}
.pageWide{width: 1100px; margin: 0 auto; clear: both;}

.cols1_1, .cols3_1, .cols3_2, .cols3_3, .cols3_12, .cols3_23, .cols2_1, .cols2_2, .cols4_1, .cols4_2, .cols4_3, .cols4_4, .cols4_23,.cols4_34, .cols4_123, .cols4_234, .cols5_1, .cols5_2, .cols5_3, .cols5_4, .cols5_5, .cols5_12, .cols5_23, .cols5_34, .cols5_45, .cols5_123, .cols5_234, .cols5_345, .cols5_456, .cols6_1, .cols6_2, .cols6_3, .cols6_4, .cols6_5, .cols6_6, .cols6_123, .cols6_234, .cols6_345, .cols6_456, .cols6_1234, .cols6_2345, .cols6_3456 {
  box-sizing: border-box;
  float: left;
  padding: 30px;
}
.cols1_1{width: 100%;}
.cols3_1, .cols3_2, .cols3_3{width: 33.33%;}
.cols3_12, .cols3_23{width: 66.66%;}
.cols2_1, .cols2_2, .cols4_23, .cols4_34{width: 50%;}
.cols4_1, .cols4_2, .cols4_3, .cols4_4{width: 25%;}
.cols4_123, .cols4_234{width: 75%;}
.cols5_1, .cols5_2, .cols5_3, .cols5_4, .cols5_5{ width: 20%;}
.cols5_12, .cols5_23, .cols5_34, .cols5_45{ width: 40%;}
.cols5_123, .cols5_234, .cols5_345, .cols5_456{ width: 60%;}
.cols6_1, .cols6_2, .cols6_3, .cols6_4, .cols6_5, .cols6_6{ width: 16.66%;}
.cols6_12, .cols6_23, .cols6_34, .cols6_45, .cols6_56{width: 33.33%;}
.cols6_123, .cols6_234, .cols6_345, .cols6_456{width: 50%;}
.cols6_1234, .cols6_2345, .cols6_3456{width: 66.66%;}



#mainStructure{
  width: 100%;
  height: 100%;
  position: relative;
}



/* TOP SECTION */
#mainStructureTop{
  height: 100px;
  position: relative;
}


#mainStructureTop #headerContainerWide{
  width: 100%;
  height: 100px;
  z-index: 1000;
  margin: 0 auto;
  background-color: var(--headerBg);
}

#mainStructureTop #headerContainerWide #headerLikes{
  position: absolute;
  width: 62px;
  padding: 5px 5px 0 5px;
  left: 0px;
  bottom: -165px;
  z-index: 5000;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  box-shadow: 1px 1px 2px rgba(20,20,20,.3);
}



#mainStructureTop #headerContainerWide #headerContainer{
  position: relative;
  width: 1100px;
  height: 100px;
  margin: 0 auto;
}


#mainStructureTop #headerContainer #headerLogo{
  position: absolute;
  top: 15px;
  height: 73px;
  left: 15px;
}

#mainStructureTop #headerTopBar{
  position: relative;
  background-color: var(--bodyBar1Bg);
  height: 50px;
}
#mainStructureTop #headerTopBar *{
  color: #FFF;
}


#mainStructureTop #headerContainer #headerNav{
  margin: 0 auto;
  bottom: 0px;
  right: 0;
  position: absolute;

}

#buttonHeader1{
  font-size: 16px;
  padding: 8px 10px 6px;
  margin: 0 5px;
  border-radius: 7px;
}
#buttonHeader1:hover{
  background-color: var(--buttonHoverBg);
  color: var(--buttonHover);
}

#headerTopWide{
  height: 50px;
  width: 100%;
  background-color: var(--bodyBar4Bg);
  position: relative;
}
#headerTopWide .pageWide{
  position: relative;
}
#mainStructureTop #headerTop{
  position: absolute;
  right: 00px;
  top: 16px;
  font-size: 12px;
  text-align: center;
}

#mainStructureTop #headerTop a{
  font-weight: inherit;
}


#mainStructureTop #headerLink{

  font-size: 12px;
  margin-right: 2em;
}




/* MIDDLE SECTION */
#mainStructureMiddle{
  height: auto;
  position: relative;
}

#mainStructureMiddle div.pageWide{
  overflow: auto;
}


#mainStructureMiddle div.screenWide{
  overflow: auto;
}








/* BOTTOM SECTION */
#mainStructureBottom{
  overflow: auto;
  color: #FFF;
  padding: 0;
  border-top: 2px solid var(--bodyBar2Bg);
  background-color: var(--footerBg);
}

#mainStructureBottom .pageWide{
}

#mainStructureBottom .socialIcon{
  width: 35px;
  float: left;
  margin: 10px 10px 0 0;
}
#mainStructureBottom a{
  color: #FFF;
}


#mainStructureBottom #logo{
  max-height: 130px;
  display: block;
  margin: 10px auto;
}

#mainStructureBottom #footerNavigation{
  list-style-type: none;
  text-align: center;
  margin: 0px auto;
  font-size: 16px;
}

#mainStructureBottom .footerNavigation ul li{
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  font-family: bebas-neue, sans-serif;
  font-weight: 300 !important;
  letter-spacing: 0px;
}

#mainStructureBottom #footerSocials{
  text-align: center;
}
#mainStructureBottom #footerSocials img{
  width: 100px;
  margin: auto 20px;
}

#mainStructureBottom .vcard{
  font-size: 13px;
  margin-top: 1em;
}


#mainStructureBottom li{
  margin: 0;
  padding: 0;
}


#mainStructureBottom #loginBar{
  margin: 1em auto;
  font-size: 14px;
}


#mainStructureBottom #copyright{
  font-size: 12px;
  padding: 0 0 10px 0;
  text-align: center;
}


/*** SUPERFISH ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 50000;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


.sf-menu .spacer{
  width: 205px;
}



/*** SKIN ***/
.sf-menu {
	font-size: 18px;
}

.sf-menu a {
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: var(--navItem); /*color de todas las letras*/
	font-weight: 500;
  padding: 0px 15px;
  line-height: 100px; /* defines height of the bar */
  text-transform: uppercase;
  font-family: open-sans, sans-serif;
  letter-spacing: 0px;
}


.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .01s;
	transition: background .01s;
}

.sf-menu ul{
  padding-top: 0px;
	margin-left: 15px;
	min-width: 10em;
	*width: 12em;

}

.sf-menu ul li {
	text-align: left;
  border-bottom: solid 1px #ddd;
}


.sf-menu ul li a {
  text-transform: none;
  font-size: 15px;
  line-height: 3em;
	color: var(--navSubitem);
  background-color: var(--navSubitemBg);
}


.sf-menu li:hover > a {
  color: var(--navItemHover);
}

.sf-menu ul li a:hover {
  color: var(--navSubitemHover);
  background-color: var(--navSubitemHoverBg);
}









/* ELEMENTS*/

*{
  margin: 0;
  padding: 0;
  border: 0;
  outline:0;
  box-sizing: border-box;
}

html,body{
  height: 100%;
}

:root {
  --stageBg: #FFF;
  --headerBg: #FFF;
  --footerBg: #BBB;
  --bodyBar1Bg: #dedede;
  --bodyBar2Bg: #000;
  --bodyBar3Bg: #f6f6f6;
  --bodyBar4Bg: #0BC1E9;
  --pageTitle: #FFF;
  --pageSubtitle: #FFF;
  --hTitles: #FF8A00;
  --bodyText: #231f20 ;
  --link: #004B87;
  --bodyLink: #004B87;
  --bodyLinkHover: #333;
  --button: #FFF;
  --buttonBg: #FF8A00;
  --buttonHover: #fff;
  --buttonHoverBg: #01BAAA;
  --navItem: #333;
  --navItemBg: #444;
  --navItemHover: #01BAAA;
  --navItemHoverBg: #999;
  --navSubitem: #333;
  --navSubitemBg: #FFF;
  --navSubitemHover: #000;
  --navSubitemHoverBg: #FFCD00;
  --imageMonoFilter: brightness(0) saturate(100%) invert(77%) sepia(38%) saturate(1954%) hue-rotate(333deg) brightness(101%) contrast(96%);
  --imageMonoFilterLight: invert(100%) sepia(100%) saturate(0%) hue-rotate(107deg) brightness(104%) contrast(105%);
  --imageMonoFilterDark: brightness(0) saturate(100%);
}

body{
  color: var(--bodyText);
  font-size: 18px;
  font-family: open-sans, sans-serif;
  cursor: default;
  background-color: var(--stageBg);
  font-weight: 300;
}

p{
  margin-bottom: 1em;
  line-height: 1.4em;
  text-align: left;
}

a{
  text-decoration: none;
  color: var(--link);
  font-weight: bold;
}

a:hover{
  text-decoration: none;
}

p a{
  text-decoration: none;
  color: var(--bodyLink);
}

p a:hover{
  text-decoration: none;
  color: var(--bodyLinkHover);
}

hr {
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	margin: 2em auto;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color: var(--hTitles);
  margin: 0 0 .5em 0;
  line-height: 1em;
  font-weight: 600;
  font-family: open-sans, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  text-decoration: none;
}

h1 {font-size: 1.7em;}
h2 {font-size: 1.5em; margin: 2em 0 .5em 0;}
h3 {font-size: 1.3em; margin: 2em 0 .5em 0;}
h4 {font-size: 1.1em; margin: 2em 0 .5em 0;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}


table {border-spacing: 0; border-collapse: collapse;}

td{
  vertical-align: top;
  text-align: left;
}


ul {list-style: disc; margin: .2em 1.5em;}
ol {list-style: decimal; margin: .2em 1.5em;}
li {margin: .5em 1em; text-align: left;}

img{
  max-width: 100%;
}

small {font-size: .8em;}



input, textarea, select {
	font-family: helvetica, arial, sans-serif;
	display: inline;
	font-size: 14px;
	color: #000000;
  border: 1px solid #aaa;
  background-color:#fafafa;
  letter-spacing: 0em;
  padding: 1px;
}




input[type="button"], input[type="submit"], input.button {
  font-family: helvetica, arial;
  font-size: 16px;
  padding: 3px 3px;
  margin: 5px 0;
  background-color: #eee;
  border: outset 1px #eee;
}


label {
  padding-left: .5em;
}



/* CLASSES */

.pageTitle{
  font-size: 38px;
  line-height: 1.2em;
  margin: 0;
  color: var(--pageTitle);
  font-weight: 800;
  text-align: center;

}

.pageSubtitle{
  font-size: 22px;
  line-height: 1em;
  margin: .5em 0 0 0;
  color: var(--pageSubtitle);
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.homeTitle h1{
  font-size: 28px;
  font-weight: 600;
}

.homeTitle h2{
  font-size: 44px;
  font-weight: 800;
}


h2.first{margin-top: 0;}

h3.first{margin-top: 0;}

h4.first{margin-top: 0;}


.inlineLeft{
  float: left;
  margin: .2em 1.5em 1em 0;
}

.inlineRight{
  float: right;
  margin: .2em 0 1em 1.5em;
}

.inlineRight, .inlineLeft {
  display: inline;
  max-width: 350px;
  max-height: 350px;
}

.titleBar{
  background: var(--bodyBar4Bg);
}

.sectionOne{
  background: var(--bodyBar1Bg);
}
.sectionOne *{
  color: #FFF;
}

.darkSection{
  background: var(--bodyBar2Bg);
  padding-bottom: 1.5em;
}
.darkSection *{
  color: #FFF;
}

.graySection{
  background: var(--bodyBar3Bg);
}

.whiteSection{
  background: #FFF;
}
.homeTitle{
  background: var(--bodyBar4Bg);
}

.stretchContents{
  padding-left: 30px;
  padding-right: 30px;
}

.bgMainSection{
  background: var(--stageBg)
  padding-top: 10px;
}

.bodyCallToAction{
  text-align: center;
  display: block;
  margin: auto;
  padding: 30px 20px;
  font-size: 30px;
}

iframe.youtube{
  width: 85%;
  height: 410px;
  display: block;
  margin: 0 auto 1em auto;
}

.servicesSection{
  background: var(--bodyBar3Bg);
}
.servicesSection h3{
  margin-top: 5px;
  text-align: center;
}
.servicesIcon{
  display: block;
  width: 140px;
  margin: 10px auto;
}
.homeIcon{
  display: block;
  width: 230px;
  margin: 10px auto;
}
.homeServices h2{
  text-align: left;
  margin-top: 0;
}

.h2Align{
  margin-top: 2.8em;
}

.h3Align{
  margin-top: 2em;
}
.noLink{
  font-weight: inherit;
  color: var(--bodyText);
}
.noLink:hover{
  color: var(--bodyText);
}
.footerLogos{
  width: 180px;
  display: block;
  margin: 5px auto 15px;
}
.centerContents *{
  text-align: center;
}
.smallImg{
  width: 150px;
}
.center{
  text-align: center;
}
.servicesSection .cols3_1, .servicesSection .cols3_2, .servicesSection .cols3_3{
  padding-top: 0;
}

.imageMono{
  filter: var(--imageMonoFilter);
}
.imageMonoLight{
  filter: var(--imageMonoFilterLight);
}
.imageMonoDark{
  filter: var(--imageMonoFilterLightDark);
}

.clear{
  clear: both;
}

.fullPadding{
  padding: 1em;
}
#robotica{
  height: 590px;
  background-image: url('../images/robotica.jpg');
  background-size: cover;
}

#matematicas{
  height: 540px;
  background-image: url('../images/programacion.jpg');
  background-size: cover;
}

#stem{
  height: 490px;
  background-image: url('../images/robot.jpg');
  background-size: cover;
}
/* TNG OVERRIDES ------------------------------------------------------------- */

.center *{
  text-align: center !important;
}
.easeButton{
  color: var(--button);
  background-color: var(--buttonBg);
  font-weight: 500;
  font-size: 26px;
  box-shadow: none;
  padding: 12px 36px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.easeButton:hover{
  color: var(--buttonHover);
  background-color: var(--buttonHoverBg);
}



/* BEGIN EDITOR FORM */
.requiredStar{
  margin-left: 3px;
}

.invalidInput{
  background-color: #ffc;
}


table.formTable{
  font-size: inherit;
  width: 580px;
  margin: 1em auto;
}

table.formTable td.itemCell{
  width: 200px;
  padding: 5px 15px 10px 0;
}

table.formTable td.inputCell input[type=text], table.formTable td.inputCell input[type=password], table.formTable td.inputCell select,table.formTable td.inputCell textarea{
  width: 300px;
  font-size: 15px;
}

table.formTable td.inputCell input[type=password]{
  width: 100px;
}

table.formTable td.inputCell input[type=button], table.formTable td.inputCell input[type=submit]{
  margin: 5px;
  background-color: var(--buttonBg);
  color: var(--button);
  padding: 12px 36px;
  font-size: 26px;
  border: none;
  font-weight: 500;
  border-radius: 12px;
  text-transform: uppercase;
  box-shadow: shadow;
  transition: background-color .2s, color .2s;
  font-family: bebas-neue, sans-serif;
  letter-spacing: 2px;
}

table.formTable td.inputCell input[type=button]:hover, table.formTable td.inputCell input[type=submit]:hover{
  color: var(--buttonHover);
	background-color: var(--buttonHoverBg);
  cursor:pointer;
}

/* END EDITOR FORM */


ul.centerList {
  list-style-type: none;
  margin: 1em 0;
}

ul.centerList li{
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
}



/* SLIDES */
.sliderScrollSpacer{
}

.sliderContainer{
  width: 100%;
  height: 33vw;
  position: relative;
  overflow:hidden;
}

.sliderContainer ul, .sliderContainer li{
  margin: 0;
}

.slider {
  height: 100%;;
}
.slide {
  height: 100%;
  background: rgba(255,255,255,0);
  background-size: cover;
}

.bx-wrapper{
 background: rgba(255,255,255,0);
}

.slide img.fill{
  width: 100%;
  height: inherit;
}

.bx-viewport, .bx-wrapper{
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

.bx-controls-direction a {
  opacity: .2;
}

.bx-controls-direction a:hover {
  opacity: .7;
}


/* ------ */




/* Location vCard */

div.location{
  font-size: 1.1em;
}

div.location .map{
  width: 100%;
  height: 400px;
  border: solid 1px var(--bodyBar1Bg);;
}


div.location .locationItem{
  margin: 0 0 .8em 0;
  font-size: 1em;
  position: relative;
  padding-left: 1.8em;
}

div.location .locationItem img{
  width: 1.2em;
  top: .1em;
  left: 0;
  display: inline-block;
  position: absolute;
}


div.location .directions{
  font-size: .8em;
  line-height: 1.5em;
}

div.location .phone{

}



/* Locations list */


div.locations{
  margin: 60px auto;
}

div.locations div.location{
  font-size: .9em;
}

div.locations div.location h3{
  line-height: 1em;
  font-size: 1.2em;
  height: 2.5em;
}

div.locations div.location h3 pinpoint{
  font-size: .8em;
}

div.locations div.imageDiv{
  padding: 10px 10px 10px 50px;
}

div.locations div.infoDiv{
  padding: 10px 10px 10px 10px;
}

div.locations div.imageDiv img{
  width: 100%;
}

